{% extends 'base_dashboard.html' %} {% block title %}Testing centers — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Testing centers

Locations where candidates can sit certification exams

Add center
{% for c in centers %} {% empty %} {% endfor %}
Name City Phone Active
{{ c.name }} {{ c.city }} {{ c.phone|default:"—" }} {% if c.is_active %}Yes{% else %}No{% endif %} Edit Add slot
No centers yet.
{% endblock %}